home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Snippets
/
MPS disk v1.0.1
/
Chapter 04
/
Progress Indicator.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-19
|
311 b
|
13 lines
|
[
TEXT/KAHL
]
/* Progress indicator routines */
void InitProgressIndicator(GrafPtr ourPort, Rect r, long max);
void SetProgress(long absoluteAmount);
Boolean SetProgressDelta(long delta);
void DrawProgressBar(void);
void UpdateProgressBar(void);
void SetFrameColor(void);
void SetDoneColor(void);
void SetToDoColor(void);